Class RARobotServerControl

java.lang.Object
  extended byRARobotServerControl
All Implemented Interfaces:
RAExternalAgentProtocol, java.io.Serializable

public class RARobotServerControl
extends java.lang.Object
implements RAExternalAgentProtocol

With this little program you can neatly shutdown a running RARobotServer.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes inherited from class raar.external.RAExternalAgentProtocol
RAExternalAgentProtocol.ERROR, RAExternalAgentProtocol.PANIC
 
Field Summary
 
Fields inherited from interface raar.external.RAExternalAgentProtocol
AGENT_GO, CONNECT_AGENT, DISCONNECT_AGENT, GET_SENSORS, OK, SHUTDOWN_SERVER
 
Constructor Summary
RARobotServerControl()
           
 
Method Summary
static void main(java.lang.String[] args)
          Perform the shutdown; wait until the server's free and then shutdown.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RARobotServerControl

public RARobotServerControl()
Method Detail

main

public static void main(java.lang.String[] args)
Perform the shutdown; wait until the server's free and then shutdown.